Instance 0

Class750.drawDebugStatus(Graphics2D g,ImageRep idealRep,ImageRep drawRep,float width,float height)#0{
            r.setRect(00, hw, hh);
            g.fill(r);
}


Instance 1

Class750.drawDebugStatus(Graphics2D g,ImageRep idealRep,ImageRep drawRep,float width,float height)#1{
            r.setRect(hw, 0, hw, height);
            g.fill(r);
}


Instance 2

Class750.drawDebugStatus(Graphics2D g,ImageRep idealRep,ImageRep drawRep,float width,float height)#6{
            r.setRect(0, hh, hw, hh);
            g.fill(r);
}


Instance 3

Class210.drawPartialProgress(Graphics2D g,float progress,float width,float height)#3{
        r.setRect(split,0, width - split, height);
        g.fill(r);
}


Instance 4

Class300.paint(Graphics2D g2d)#0{
          rect.setRect(rand.nextFloat() * x, rand.nextFloat() * y, rand.nextFloat() * w, rand.nextFloat() * h);
          g2d.fill(rect);
}